home *** CD-ROM | disk | FTP | other *** search
/ Java for 3D & VRML Worlds / Java for 3d and VRML Worlds.iso / examples / chap04 / InlinedLodMan.wrl < prev    next >
Text File  |  1996-10-14  |  443b  |  32 lines

  1. #VRML V2.0 utf8
  2.  
  3. #
  4. # inline three men
  5. #
  6.  
  7. Viewpoint{
  8.         position 0 0 3
  9. }
  10.  
  11. Transform{
  12.         translation 0 0 -5
  13.         children[
  14.         Inline{url "LodMan.wrl"}
  15.         ]
  16. }
  17.  
  18. Transform{
  19.         translation 3 0 -8
  20.         children[
  21.         Inline{url "LodMan.wrl"}
  22.         ]
  23. }
  24.  
  25. Transform{
  26.         translation -3 0 -5
  27.         rotation 0 1 0 0.78
  28.         children[
  29.         Inline{url "LodMan.wrl"}
  30.         ]
  31. }
  32.